1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctBan
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.grDanhSachBan = new System.Windows.Forms.GroupBox();
32             
this.dgvDanhSachBan = new System.Windows.Forms.DataGridView();
33             
this.IdBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             
this.TenKhuVucb = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             
this.TenBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.DienGiaib = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.TrangThaib = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.label1 = new System.Windows.Forms.Label();
39             
this.grThongTinBan = new System.Windows.Forms.GroupBox();
40             
this.cmbTenKhuVuc = new System.Windows.Forms.ComboBox();
41             
this.cmbTrangThaiBan = new System.Windows.Forms.ComboBox();
42             
this.label10 = new System.Windows.Forms.Label();
43             
this.txtDienGiaiBan = new System.Windows.Forms.TextBox();
44             
this.label8 = new System.Windows.Forms.Label();
45             
this.txtTenBan = new System.Windows.Forms.TextBox();
46             
this.label2 = new System.Windows.Forms.Label();
47             
this.txtIdBan = new System.Windows.Forms.TextBox();
48             
this.label3 = new System.Windows.Forms.Label();
49             
this.label6 = new System.Windows.Forms.Label();
50             
this.btnThemMoi = new System.Windows.Forms.Button();
51             
this.btnHuy = new System.Windows.Forms.Button();
52             
this.btnLuu = new System.Windows.Forms.Button();
53             
this.btnSua = new System.Windows.Forms.Button();
54             
this.btnXoa = new System.Windows.Forms.Button();
55             
this.label4 = new System.Windows.Forms.Label();
56             
this.grDanhSachBan.SuspendLayout();
57             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachBan)).BeginInit();
58             
this.grThongTinBan.SuspendLayout();
59             
this.SuspendLayout();
60             
//
61             
// grDanhSachBan
62             
//
63             
this.grDanhSachBan.Controls.Add(this.dgvDanhSachBan);
64             
this.grDanhSachBan.Location = new System.Drawing.Point(3, 87);
65             
this.grDanhSachBan.Name = "grDanhSachBan";
66             
this.grDanhSachBan.Size = new System.Drawing.Size(543, 449);
67             
this.grDanhSachBan.TabIndex = 90;
68             
this.grDanhSachBan.TabStop = false;
69             
//
70             
// dgvDanhSachBan
71             
//
72             
this.dgvDanhSachBan.AllowUserToAddRows = false;
73             
this.dgvDanhSachBan.AllowUserToDeleteRows = false;
74             
this.dgvDanhSachBan.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
75             
this.dgvDanhSachBan.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
76             
this.dgvDanhSachBan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
77             
this.dgvDanhSachBan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
78             
this.IdBan,
79             
this.TenKhuVucb,
80             
this.TenBan,
81             
this.DienGiaib,
82             
this.TrangThaib});
83             
this.dgvDanhSachBan.Dock = System.Windows.Forms.DockStyle.Bottom;
84             
this.dgvDanhSachBan.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
85             
this.dgvDanhSachBan.Location = new System.Drawing.Point(3, 0);
86             
this.dgvDanhSachBan.Name = "dgvDanhSachBan";
87             
this.dgvDanhSachBan.ReadOnly = true;
88             
this.dgvDanhSachBan.Size = new System.Drawing.Size(537, 446);
89             
this.dgvDanhSachBan.TabIndex = 88;
90             
//
91             
// IdBan
92             
//
93             
this.IdBan.DataPropertyName = "IdBan";
94             
this.IdBan.HeaderText = "Id bàn";
95             
this.IdBan.Name = "IdBan";
96             
this.IdBan.ReadOnly = true;
97             
//
98             
// TenKhuVucb
99             
//
100             
this.TenKhuVucb.DataPropertyName = "TenKhuVuc";
101             
this.TenKhuVucb.HeaderText = "Tên khu vực";
102             
this.TenKhuVucb.Name = "TenKhuVucb";
103             
this.TenKhuVucb.ReadOnly = true;
104             
//
105             
// TenBan
106             
//
107             
this.TenBan.DataPropertyName = "TenBan";
108             
this.TenBan.HeaderText = "Tên bàn";
109             
this.TenBan.Name = "TenBan";
110             
this.TenBan.ReadOnly = true;
111             
//
112             
// DienGiaib
113             
//
114             
this.DienGiaib.DataPropertyName = "DienGiai";
115             
this.DienGiaib.HeaderText = "Diễn giải";
116             
this.DienGiaib.Name = "DienGiaib";
117             
this.DienGiaib.ReadOnly = true;
118             
//
119             
// TrangThaib
120             
//
121             
this.TrangThaib.DataPropertyName = "TrangThai";
122             
this.TrangThaib.HeaderText = "Trạng thái";
123             
this.TrangThaib.Name = "TrangThaib";
124             
this.TrangThaib.ReadOnly = true;
125             
//
126             
// label1
127             
//
128             
this.label1.AutoSize = true;
129             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
130             
this.label1.Location = new System.Drawing.Point(206, 52);
131             
this.label1.Name = "label1";
132             
this.label1.Size = new System.Drawing.Size(136, 17);
133             
this.label1.TabIndex = 87;
134             
this.label1.Text = "DANH SÁCH BÀN";
135             
//
136             
// grThongTinBan
137             
//
138             
this.grThongTinBan.Controls.Add(this.cmbTenKhuVuc);
139             
this.grThongTinBan.Controls.Add(this.cmbTrangThaiBan);
140             
this.grThongTinBan.Controls.Add(this.label10);
141             
this.grThongTinBan.Controls.Add(this.txtDienGiaiBan);
142             
this.grThongTinBan.Controls.Add(this.label8);
143             
this.grThongTinBan.Controls.Add(this.txtTenBan);
144             
this.grThongTinBan.Controls.Add(this.label2);
145             
this.grThongTinBan.Controls.Add(this.txtIdBan);
146             
this.grThongTinBan.Controls.Add(this.label3);
147             
this.grThongTinBan.Controls.Add(this.label6);
148             
this.grThongTinBan.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
149             
this.grThongTinBan.Location = new System.Drawing.Point(579, 87);
150             
this.grThongTinBan.Name = "grThongTinBan";
151             
this.grThongTinBan.Size = new System.Drawing.Size(375, 225);
152             
this.grThongTinBan.TabIndex = 99;
153             
this.grThongTinBan.TabStop = false;
154             
//
155             
// cmbTenKhuVuc
156             
//
157             
this.cmbTenKhuVuc.FormattingEnabled = true;
158             
this.cmbTenKhuVuc.Location = new System.Drawing.Point(136, 53);
159             
this.cmbTenKhuVuc.Name = "cmbTenKhuVuc";
160             
this.cmbTenKhuVuc.Size = new System.Drawing.Size(109, 23);
161             
this.cmbTenKhuVuc.TabIndex = 97;
162             
//
163             
// cmbTrangThaiBan
164             
//
165             
this.cmbTrangThaiBan.FormattingEnabled = true;
166             
this.cmbTrangThaiBan.Location = new System.Drawing.Point(136, 166);
167             
this.cmbTrangThaiBan.Name = "cmbTrangThaiBan";
168             
this.cmbTrangThaiBan.Size = new System.Drawing.Size(109, 23);
169             
this.cmbTrangThaiBan.TabIndex = 96;
170             
//
171             
// label10
172             
//
173             
this.label10.AutoSize = true;
174             
this.label10.Location = new System.Drawing.Point(11, 170);
175             
this.label10.Name = "label10";
176             
this.label10.Size = new System.Drawing.Size(74, 15);
177             
this.label10.TabIndex = 94;
178             
this.label10.Text = "Trạng Thái :";
179             
//
180             
// txtDienGiaiBan
181             
//
182             
this.txtDienGiaiBan.Location = new System.Drawing.Point(136, 128);
183             
this.txtDienGiaiBan.Name = "txtDienGiaiBan";
184             
this.txtDienGiaiBan.Size = new System.Drawing.Size(109, 22);
185             
this.txtDienGiaiBan.TabIndex = 90;
186             
//
187             
// label8
188             
//
189             
this.label8.AutoSize = true;
190             
this.label8.Location = new System.Drawing.Point(11, 132);
191             
this.label8.Name = "label8";
192             
this.label8.Size = new System.Drawing.Size(67, 15);
193             
this.label8.TabIndex = 95;
194             
this.label8.Text = "Diễn Giải :";
195             
//
196             
// txtTenBan
197             
//
198             
this.txtTenBan.Location = new System.Drawing.Point(136, 87);
199             
this.txtTenBan.Name = "txtTenBan";
200             
this.txtTenBan.Size = new System.Drawing.Size(109, 22);
201             
this.txtTenBan.TabIndex = 89;
202             
//
203             
// label2
204             
//
205             
this.label2.AutoSize = true;
206             
this.label2.Location = new System.Drawing.Point(11, 91);
207             
this.label2.Name = "label2";
208             
this.label2.Size = new System.Drawing.Size(59, 15);
209             
this.label2.TabIndex = 91;
210             
this.label2.Text = "Tên Bàn :";
211             
//
212             
// txtIdBan
213             
//
214             
this.txtIdBan.Enabled = false;
215             
this.txtIdBan.Location = new System.Drawing.Point(136, 21);
216             
this.txtIdBan.Name = "txtIdBan";
217             
this.txtIdBan.Size = new System.Drawing.Size(109, 22);
218             
this.txtIdBan.TabIndex = 93;
219             
this.txtIdBan.TabStop = false;
220             
//
221             
// label3
222             
//
223             
this.label3.AutoSize = true;
224             
this.label3.Location = new System.Drawing.Point(9, 57);
225             
this.label3.Name = "label3";
226             
this.label3.Size = new System.Drawing.Size(84, 15);
227             
this.label3.TabIndex = 92;
228             
this.label3.Text = "Tên Khu Vực :";
229             
//
230             
// label6
231             
//
232             
this.label6.AutoSize = true;
233             
this.label6.Location = new System.Drawing.Point(9, 25);
234             
this.label6.Name = "label6";
235             
this.label6.Size = new System.Drawing.Size(50, 15);
236             
this.label6.TabIndex = 92;
237             
this.label6.Text = "Id Bàn :";
238             
//
239             
// btnThemMoi
240             
//
241             
this.btnThemMoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
242             
this.btnThemMoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
243             
this.btnThemMoi.Location = new System.Drawing.Point(579, 328);
244             
this.btnThemMoi.Name = "btnThemMoi";
245             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
246             
this.btnThemMoi.TabIndex = 100;
247             
this.btnThemMoi.Text = "Thêm ";
248             
this.btnThemMoi.UseVisualStyleBackColor = true;
249             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
250             
//
251             
// btnHuy
252             
//
253             
this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
254             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
255             
this.btnHuy.Location = new System.Drawing.Point(879, 328);
256             
this.btnHuy.Name = "btnHuy";
257             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
258             
this.btnHuy.TabIndex = 104;
259             
this.btnHuy.Text = "Hủy";
260             
this.btnHuy.UseVisualStyleBackColor = true;
261             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
262             
//
263             
// btnLuu
264             
//
265             
this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
266             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
267             
this.btnLuu.Location = new System.Drawing.Point(804, 328);
268             
this.btnLuu.Name = "btnLuu";
269             
this.btnLuu.Size = new System.Drawing.Size(75, 23);
270             
this.btnLuu.TabIndex = 103;
271             
this.btnLuu.Text = "Lưu";
272             
this.btnLuu.UseVisualStyleBackColor = true;
273             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
274             
//
275             
// btnSua
276             
//
277             
this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
278             
this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
279             
this.btnSua.Location = new System.Drawing.Point(654, 328);
280             
this.btnSua.Name = "btnSua";
281             
this.btnSua.Size = new System.Drawing.Size(75, 23);
282             
this.btnSua.TabIndex = 101;
283             
this.btnSua.Text = "Sửa";
284             
this.btnSua.UseVisualStyleBackColor = true;
285             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
286             
//
287             
// btnXoa
288             
//
289             
this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
290             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
291             
this.btnXoa.Location = new System.Drawing.Point(729, 328);
292             
this.btnXoa.Name = "btnXoa";
293             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
294             
this.btnXoa.TabIndex = 102;
295             
this.btnXoa.Text = "Xóa";
296             
this.btnXoa.UseVisualStyleBackColor = true;
297             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
298             
//
299             
// label4
300             
//
301             
this.label4.AutoSize = true;
302             
this.label4.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
303             
this.label4.Location = new System.Drawing.Point(692, 52);
304             
this.label4.Name = "label4";
305             
this.label4.Size = new System.Drawing.Size(132, 17);
306             
this.label4.TabIndex = 87;
307             
this.label4.Text = "THÔNG TIN BÀN";
308             
//
309             
// uctBan
310             
//
311             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
312             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
313             
this.Controls.Add(this.btnThemMoi);
314             
this.Controls.Add(this.label1);
315             
this.Controls.Add(this.label4);
316             
this.Controls.Add(this.btnHuy);
317             
this.Controls.Add(this.btnLuu);
318             
this.Controls.Add(this.btnSua);
319             
this.Controls.Add(this.btnXoa);
320             
this.Controls.Add(this.grThongTinBan);
321             
this.Controls.Add(this.grDanhSachBan);
322             
this.Name = "uctBan";
323             
this.Size = new System.Drawing.Size(961, 539);
324             
this.Load += new System.EventHandler(this.uctBan_Load);
325             
this.grDanhSachBan.ResumeLayout(false);
326             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachBan)).EndInit();
327             
this.grThongTinBan.ResumeLayout(false);
328             
this.grThongTinBan.PerformLayout();
329             
this.ResumeLayout(false);
330             
this.PerformLayout();
331
332         }
333
334         
#endregion
335
336         
private System.Windows.Forms.GroupBox grDanhSachBan;
337         
private System.Windows.Forms.Label label1;
338         
private System.Windows.Forms.GroupBox grThongTinBan;
339         
private System.Windows.Forms.ComboBox cmbTrangThaiBan;
340         
private System.Windows.Forms.Label label10;
341         
private System.Windows.Forms.TextBox txtDienGiaiBan;
342         
private System.Windows.Forms.Label label8;
343         
private System.Windows.Forms.TextBox txtTenBan;
344         
private System.Windows.Forms.Label label2;
345         
private System.Windows.Forms.TextBox txtIdBan;
346         
private System.Windows.Forms.Label label3;
347         
private System.Windows.Forms.Label label6;
348         
private System.Windows.Forms.Button btnThemMoi;
349         
private System.Windows.Forms.Button btnHuy;
350         
private System.Windows.Forms.Button btnLuu;
351         
private System.Windows.Forms.Button btnSua;
352         
private System.Windows.Forms.Button btnXoa;
353         
private System.Windows.Forms.ComboBox cmbTenKhuVuc;
354         
private System.Windows.Forms.DataGridView dgvDanhSachBan;
355         
private System.Windows.Forms.DataGridViewTextBoxColumn IdBan;
356         
private System.Windows.Forms.DataGridViewTextBoxColumn TenKhuVucb;
357         
private System.Windows.Forms.DataGridViewTextBoxColumn TenBan;
358         
private System.Windows.Forms.DataGridViewTextBoxColumn DienGiaib;
359         
private System.Windows.Forms.DataGridViewTextBoxColumn TrangThaib;
360         
private System.Windows.Forms.Label label4;
361     }
362 }


Gõ tìm kiếm nhanh...